Wiki: https://github.com/jakadak001/ahud-cc/wiki/Hitmarker
**You can open all the following files with the notepad**

### General crosshair
📁 resource\ui
📄 hudplayerhealth.res
Under "Hitmarker" change this:
"visible"		"0" // Crosshair1 disabled
"enabled"		"0" // Crosshair1 disabled
to this:
"enabled"		"1"
"visible"		"1"	

### Shape of the crosshair
📁 resource\ui
📄 hudplayerhealth.res
Team colour hitmarket: (recommended)
"image"			"replay/thumbnails/hitmarkers/hitmarker_red"
"teambg_2"		"replay/thumbnails/hitmarkers/hitmarker_red"
"teambg_3"		"replay/thumbnails/hitmarkers/hitmarker_blue"

Regular hitmarket:
"image"			"replay/thumbnails/hitmarkers/^_hitmarker"
"teambg_2"		"replay/thumbnails/hitmarkers/^_hitmarker"
"teambg_3"		"replay/thumbnails/hitmarkers/^_hitmarker"